export default function SapImportLayout({ children }: { children: React.ReactNode }) { return <>{children} }